home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / mac / Sample Code / Java / SlideShow / Source Clippings / ImageButton / ImageButton data members / ImageButton data members.rsrc / TEXT_256.txt < prev   
Encoding:
Text File  |  2000-06-23  |  249 b   |  8 lines

  1.     protected Hashtable imageHash;
  2.     protected Image image;
  3.     protected String imageName;
  4.     protected boolean isMouseDown = false;
  5.     protected boolean isMouseInside = false;
  6.     protected String actionCommand;
  7.     protected ActionListener actionListener = null;
  8.